home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
cafe
/
rebecca.dir
/
00038_M3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
271 b
|
17 lines
on mouseDown
puppetSprite(7, 1)
set the width of sprite 7 to 36
set the height of sprite 7 to 20
updateStage()
end
on mouseUp
puppetSprite(7, 0)
puppetSound("Cloth Rip 1")
updateStage()
repeat while soundBusy(1)
nothing()
end repeat
go("M3")
end